home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %SYS32% / SausReg.exe / 0 / RCDATA / TPROXYSETTINGSFORM / TPROXYSETTINGSFORM.txt
Encoding:
Text File  |  1999-04-29  |  2.4 KB  |  126 lines

  1. object ProxySettingsForm: TProxySettingsForm
  2.   Left = 192
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Proxy settings'
  7.   ClientHeight = 213
  8.   ClientWidth = 536
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 21
  23.     Top = 10
  24.     Width = 493
  25.     Height = 46
  26.     AutoSize = False
  27.     Caption = 
  28.       'Please make sure that the proxy settings below are correct. If y' +
  29.       'ou are unsure whether you need to use a proxy, or are unsure of ' +
  30.       'what the correct settings should be, please contact your system ' +
  31.       'administrator.'
  32.     WordWrap = True
  33.   end
  34.   object Bevel1: TBevel
  35.     Left = 21
  36.     Top = 168
  37.     Width = 486
  38.     Height = 2
  39.   end
  40.   object ProxySource: TLabel
  41.     Left = 14
  42.     Top = 185
  43.     Width = 60
  44.     Height = 13
  45.     AutoSize = False
  46.     Visible = False
  47.   end
  48.   object NoProxy: TRadioButton
  49.     Left = 32
  50.     Top = 61
  51.     Width = 196
  52.     Height = 17
  53.     Caption = '&Direct connection to the Internet'
  54.     Checked = True
  55.     TabOrder = 0
  56.     TabStop = True
  57.     OnClick = NoProxyClick
  58.   end
  59.   object GroupBox1: TGroupBox
  60.     Left = 21
  61.     Top = 87
  62.     Width = 486
  63.     Height = 74
  64.     TabOrder = 2
  65.     object Label2: TLabel
  66.       Left = 12
  67.       Top = 19
  68.       Width = 56
  69.       Height = 13
  70.       Caption = 'Proxy host:'
  71.     end
  72.     object Label3: TLabel
  73.       Left = 12
  74.       Top = 46
  75.       Width = 55
  76.       Height = 13
  77.       Caption = 'Proxy port:'
  78.     end
  79.     object ProxyName: TEdit
  80.       Left = 72
  81.       Top = 15
  82.       Width = 392
  83.       Height = 21
  84.       AutoSize = False
  85.       TabOrder = 0
  86.     end
  87.     object ProxyPort: TEdit
  88.       Left = 72
  89.       Top = 42
  90.       Width = 52
  91.       Height = 21
  92.       AutoSize = False
  93.       TabOrder = 1
  94.     end
  95.   end
  96.   object UseProxy: TRadioButton
  97.     Left = 32
  98.     Top = 85
  99.     Width = 69
  100.     Height = 17
  101.     Caption = '&Use proxy'
  102.     TabOrder = 1
  103.     TabStop = True
  104.     OnClick = UseProxyClick
  105.   end
  106.   object OK: TButton
  107.     Left = 158
  108.     Top = 181
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&OK'
  112.     TabOrder = 3
  113.     OnClick = OKClick
  114.   end
  115.   object Cancel: TButton
  116.     Left = 281
  117.     Top = 181
  118.     Width = 75
  119.     Height = 25
  120.     Cancel = True
  121.     Caption = 'Cancel'
  122.     TabOrder = 4
  123.     OnClick = CancelClick
  124.   end
  125. end
  126.